The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "tie::trace"

Tie::Trace - easy print debugging with tie, for watching variable River stage one • 1 direct dependent • 1 total dependent

This is useful for print debugging. Using tie mechanism, you can see stored/deleted value for the specified variable. If the stored value is scalar/array/hash ref, this can check recursively. for example; watch %hash; $hash{foo} = {a => 1, b => 2}; #...

KTAT/Tie-Trace-0.17 - 27 Jan 2017 22:51:13 UTC - Search in distribution

Data::Tie::Watch - place watchpoints on Perl variables. River stage zero No dependents

Note: This is a copy of Tk's Tie::Watch. Copied to avoid the Tk depedency. This class module binds one or more subroutines of your devising to a Perl variable. All variables can have FETCH, STORE and DESTROY callbacks. Additionally, arrays can define...

TIMKA/Data-Trace-0.13 - 29 Apr 2024 12:15:28 UTC - Search in distribution

SQLite_File - Tie to SQLite, with DB_File emulation River stage zero No dependents

This module allows a hash or an array to be tied to a SQLite DB via DBI plus DBD::SQLite, in a way that emulates many features of Berkeley-DB-based DB_File. In particular, this module offers another choice for ActiveState users, who may find it diffi...

MAJENSEN/SQLite_File-0.1006 - 28 Oct 2018 05:26:22 UTC - Search in distribution

perlepigraphs - list of Perl release epigraphs River stage five • 11292 direct dependents • 32664 total dependents

Many Perl release announcements included an *epigraph*, a short excerpt from a literary or other creative work, chosen by the pumpking or release manager. This file assembles the known list of epigraph for posterity, and also links to the release ann...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution

DBI - Database independent interface for Perl River stage four • 940 direct dependents • 2099 total dependents

The DBI is a database access module for the Perl programming language. It defines a set of methods, variables, and conventions that provide a consistent database interface, independent of the actual database being used. It is important to remember th...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC - Search in distribution
  • DBI::DBD - Perl DBI Database Driver Writer's Guide

Net::OpenSSH - Perl SSH client package implemented on top of OpenSSH River stage two • 29 direct dependents • 43 total dependents

Net::OpenSSH is a secure shell client package implemented on top of OpenSSH binary client ("ssh"). Under the hood This package is implemented around the multiplexing feature found in later versions of OpenSSH. That feature allows one to run several s...

SALVA/Net-OpenSSH-0.84 - 02 Jul 2023 18:04:50 UTC - Search in distribution

SPOPS - Simple Perl Object Persistence with Security River stage one • 2 direct dependents • 2 total dependents

This module is meant to be overridden by a class that will implement persistence for the SPOPS objects. This persistence can come by way of flat text files, LDAP directories, GDBM entries, DBI database tables -- whatever. The API should remain the sa...

CWINTERS/SPOPS-0.87 - 02 Jun 2004 01:03:25 UTC - Search in distribution

RPerl::Learning River stage one • 3 direct dependents • 3 total dependents

WBRASWELL/RPerl-7.000000 - 05 Jul 2020 01:35:58 UTC - Search in distribution

DBD::Sybase - Sybase database driver for the DBI module River stage one • 4 direct dependents • 4 total dependents

DBD::Sybase is a Perl module which works with the DBI module to provide access to Sybase databases....

MEWP/DBD-Sybase-1.24 - 24 Mar 2024 08:03:48 UTC - Search in distribution

Mac::Errors - constants for Mac error codes River stage one • 1 direct dependent • 1 total dependent

The %MacErrors hash indexes error information by the error number or symbol. Each value is a "Mac::Errors" object which has the symbol, number, and description. The $MacError scalar performs some tied magic to translate MacPerl's $^E to the error tex...

BDFOY/Mac-Errors-1.192 - 20 Jun 2018 17:50:35 UTC - Search in distribution

Apache::ASP - Active Server Pages for Apache with mod_perl River stage one • 2 direct dependents • 2 total dependents

Apache::ASP provides an Active Server Pages port to the Apache Web Server with Perl scripting only, and enables developing of dynamic web applications with session management and embedded Perl code. There are also many powerful extensions, including ...

CHAMAS/Apache-ASP-2.63 - 15 Mar 2018 05:28:37 UTC - Search in distribution

IO::Lambda - non-blocking I/O as lambda calculus River stage one • 4 direct dependents • 4 total dependents

This module is another attempt to fight the horrors of non-blocking I/O. It tries to bring back the simplicity of the declarative programming style, that is only available when one employs threads, coroutines, or co-processes. Usually coding non-bloc...

KARASIK/IO-Lambda-1.33 - 15 Apr 2024 08:40:01 UTC - Search in distribution

Module::Generic - Generic Module to inherit from River stage two • 15 direct dependents • 19 total dependents

Module::Generic as its name says it all, is a generic module to inherit from. It is designed to be fast and provide a useful framework and speed up coding and debugging. It contains standard and support methods that may be superseded by your module. ...

JDEGUEST/Module-Generic-v0.35.5 - 26 Apr 2024 23:50:59 UTC - Search in distribution

zoiddevel - Development documentation for zoid River stage zero No dependents

Debugging If you switch on the global debug bit and the verbose bit both your input and debug information are echoed to STDERR. Thus by piping both STDOUT and STDERR to a file you get a detailed log of what is happening. To set both bits type: zoid$ ...

JBERGER/Zoidberg-0.981 - 09 Jan 2012 20:03:00 UTC - Search in distribution

ScraperPOD - A Framework for scraping results from search engines. River stage one • 1 direct dependent • 1 total dependent

SCRAPER FRAMEWORK [============================================================================] [ ] [ Your Request Values The Response Values ] [ | ^ ] [ v | ] [ +-------------------------+ +-------------------------+ ] [ | | | | ] [ | Request Objec...

GLENNWOOD/Scraper-3.05 - 02 Aug 2003 07:47:12 UTC - Search in distribution

GnuPG - Perl module interface to the GNU Privacy Guard (v1.x.x series) River stage one • 2 direct dependents • 2 total dependents

GnuPG is a perl interface to the GNU Privacy Guard. It uses the shared memory coprocess interface that gpg provides for its wrappers. It tries its best to map the interactive interface of the gpg to a more programmatic model....

YANICK/GnuPG-0.19 - 15 Apr 2012 17:18:51 UTC - Search in distribution

Mail::Box - manage a mailbox, a folder with messages River stage one • 8 direct dependents • 8 total dependents

A Mail::Box::Manager creates "Mail::Box" objects. But you already knew, because you started with the Mail::Box-Overview manual page. That page is obligatory reading, sorry! "Mail::Box" is the base class for accessing various types of mailboxes (folde...

MARKOV/Mail-Box-3.010 - 18 Jul 2023 07:26:47 UTC - Search in distribution

DBIx::DBStag - Relational Database to Hierarchical (Stag/XML) Mapping River stage zero No dependents

This module is for mapping between relational databases and Stag objects (Structured Tags - see Data::Stag). Stag objects can also be represented as XML. The module has two main uses: Querying This module can take the results of any SQL query and dec...

SCAIN/DBIx-DBStag-0.12 - 01 Feb 2010 15:18:51 UTC - Search in distribution

Bio::SeqIO - Handler for SeqIO Formats River stage two • 60 direct dependents • 65 total dependents

Bio::SeqIO is a handler module for the formats in the SeqIO set (eg, Bio::SeqIO::fasta). It is the officially sanctioned way of getting at the format objects, which most people should use. The Bio::SeqIO system can be thought of like biological file ...

CJFIELDS/BioPerl-1.7.8 - 03 Feb 2021 05:15:14 UTC - Search in distribution

Tk::contrib - how to find/contribute perl/Tk code River stage three • 160 direct dependents • 171 total dependents

Here are some guidelines you can use to find a peace of code is already available and how to contribute your code. *If you have perl/Tk code that can be reused or used as an example or starting point please check if one could find it using the method...

SREZIC/Tk-804.036 - 14 Feb 2021 12:53:44 UTC - Search in distribution
  • Tk::Trace - emulate Tcl/Tk trace functions.
  • Tie::Watch - place watchpoints on Perl variables.
79 results (0.12 seconds)